home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000038_news@newsmaster….columbia.edu _Fri Jan 2 20:34:22 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA25526
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 2 Jan 1998 20:34:22 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id UAA17649
  7.     for kermit.misc@watsun; Fri, 2 Jan 1998 20:34:22 -0500 (EST)
  8. Path: news.columbia.edu!news.new-york.net!news-peer.gip.net!news.gsl.net!gip.net!news-peer.sprintlink.net!news-peer-east.sprintlink.net!news.sprintlink.net!Sprint!news.idt.net!enews.sgi.com!news.sgi.com!wrdiss1.robins.af.mil!wpdiss1.wpafb.af.mil!oodiss1.hill.af.mil!news.cc.utah.edu!news.cs.utah.edu!cc.usu.edu!jrd
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: MSDOS Kermit 3.15 bug.
  12. Message-ID: <2Ci1w3ZjVvZw@cc.usu.edu>
  13. Date: 2 Jan 98 08:44:49 MDT
  14. References: <68hst7$r0e$1@goanna.cs.rmit.edu.au>
  15. Organization: Utah State University
  16. Lines: 55
  17. Xref: news.columbia.edu comp.protocols.kermit.misc:8204
  18.  
  19. In article <68hst7$r0e$1@goanna.cs.rmit.edu.au>, rwi@yallara.cs.rmit.edu.au (Ross Irvine) writes:
  20. > Hi All,
  21. >     I think I have a bug in MSDOS Kermit 3.15 Patch Level 1 (The 
  22. > patch level one is the non working ON_EXIT macro I reported). This was 
  23. > also sent to kermit-bugs many weeks ago but I haven't heard anything...
  24. > It seems that using a switch statement anywhere in a script will clear the 
  25. > value of any paramaters you have passed to that script. Well the first 
  26. > one anyway (\%1).,.
  27. > Eg.
  28. > define txrx take txrx.ksc
  29. > txrx 5
  30. > <txrx.ksc>
  31. > echo Calling \%1
  32. > output atd55555\13
  33. > minput 30 connect busy ....
  34. > switch ..
  35. > ..
  36. > .
  37. > ...
  38. > As soon as the switch statement has been reached the value of \%1 goes. 
  39. > Remove the switch statement from my script allows \%1 to live on until 
  40. > the end of the script (as it should).
  41. > Has anyone notice that the msdos version of kermit is becomming VERY 
  42. > unstable?
  43. > Something that works on our copy of Kermit 95 (btw when will the gui be 
  44. > released for this?) without a problem will send msdos kermit to it's death 
  45. > with all sorts of errors "exausted workspace" "text exceeded available 
  46. > buffer capicty) and all of suddent shelling to do for no reason. On 
  47. > typing exit (from the dos shell) you return to kermit to see you script 
  48. > displayed on the screen with no cr/lf's and beeping it's head off.
  49. > Especially anything to do with accessing files kills kermit with ease,
  50. >  eg the example in the kermit book for calculating the total size of all the 
  51. > files in a directory (don't have the book in front of me so I can't quote 
  52. > the page number, it's about 4/5th the way through) sends ms kermit to a 
  53. > horrible death.
  54. > Still, you have to love the features of kermit :)
  55. > It's just seems that the DOS version is getting.... hummm... out of hand?
  56. -------
  57.     The bug is known and fixed in what will be MSK v3.16. I can't fix
  58. it via a field patch. 
  59.     Strategic changes in methods of operation lead to unexpected side
  60. effects, particularly in the subtle mechanics of the command parser and
  61. workers.
  62.     Joe D.